home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CMANDELM.H1
< prev
next >
Wrap
Text File
|
1992-03-21
|
345b
|
20 lines
/* CMandelMapDirector.h */
#define _H_CMandelMapDirector
#include <CDLOGDirector.h>
class CMandelMap;
class CDialogText;
class CMandelMapDirector : public CDLOGDirector
{
public:
void IMandelMapDirector(short, CMandelMap *, CDirectorOwner *aSupervisor);
virtual void DoCommand( long aCmd);
protected:
CMandelMap *itsMandelMap;
};